|
| .NET Framework Class Library |
| OrderablePartitioner<(Of <(TSource>)>)..::.KeysOrderedInEachPartition Property |
| OrderablePartitioner<(Of <(TSource>)>) Class See Also Send Feedback |
Gets whether elements in each partition are yielded in the order of increasing keys.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property KeysOrderedInEachPartition As Boolean |
| C# |
|---|
public bool KeysOrderedInEachPartition { get; private set; } |